﻿@charset "utf-8";blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul{margin:0;padding:0}
address,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left;font-weight:400}
abbr,body,fieldset,html,iframe,img{border:0}
address,cite,dfn,em,i,var{font-style:normal}
[hidefocus],summary{outline:0}
li{list-style:none}
h1,h2,h3,h4,h5,h6,small{font-size:100%;font-weight:lighter}
sub,sup{font-size:83%}
code,kbd,pre,samp{font-family:inherit}
q:after,q:before{content:none}
textarea{overflow:auto;resize:none}
label,summary{cursor:default}
a,button{cursor:pointer}
b,em,h1,h2,h3,h4,h5,h6,strong{font-weight:700}
a,a:hover,del,ins,s,u{text-decoration:none}
body,button,input,keygen,legend,select,textarea{font:12px/1.14 'Microsoft YaHei',\5b8b\4f53;color:#333;outline:0}
body{font-family:-apple-system,BlinkMacSystemFont,'Microsoft YaHei',sans-serif;line-height:1.75;font-size:1.6rem;color:#333;line-height:1.75}
a,a:active,a:focus,a:hover,a:visited{color:#333;text-decoration:none}
body,html{width:100%;height:100%;position:relative}
/*公共样式*/
.container{width:100%;max-width:1600px;margin:auto;}
.img-cover{ position: relative; padding-bottom: 75%;}
.img-cover img{ position: absolute; display: block; width: 100%; height: 100%; object-fit: cover;}
.img-contain{ position: relative; padding-bottom: 75%;}
.img-contain img{ position: absolute; display: block; width: 100%; height: 100%; object-fit: contain;}
.flex{display: flex; display: -webkit-flex;  -webkit-justify-content: space-between; justify-content: space-between;  -webkit-align-items: center;align-items: center;}
.flwrap{  -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.fixed{ position: fixed;}
.fl{ float: left;}
.fr{ float: right;}
/*头部样式*/
.header{ width: 100%; box-sizing:border-box; z-index: 999; background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0)); transition: all 0.5s;}
.header.hbbg{ box-shadow: 0 0 1rem rgba(0,0,0,.1); background: #fff;}
.header.hbbg .nav > ul > li>a{ color: #333;}
.header .logo{ position: relative; z-index: 1001; padding: 1rem 0;}
.header .logo img{ max-height: 6rem;}
.header.hbg{ box-shadow: 0 0 1rem rgba(0,0,0,0.1);}
.header .language{ position: relative; z-index: 1001; width: 10rem; text-align: center; background: #da0000;}
.header .language a{ display: block; height: 100%; line-height: 8rem; color: #333; font-size: 1.6rem;}
.header .search{ position: relative; z-index: 1001; width: 4rem; height: 4rem; min-width: 4rem;}
.header .search a{ display: block; height: 4rem; background: url(../images/s.png) no-repeat center; background-size: 2rem;}
.header.hbbg .search a{ background: url(../images/s1.png) no-repeat center; background-size: 2rem;}
.navbox{position: relative; z-index: 1001; width: 100%; -webkit-justify-content:flex-end; justify-content:flex-end}
.nav{width: 100%; max-width:84rem; height: 8rem; line-height: 8rem; padding:0 3rem}
.nav > ul > li{ position: relative; width:auto;}
.nav > ul > li>a{ position: relative; z-index: 1; display: block; width: 100%; padding: 0 0.5rem; color:#fff; text-align: center; font-size: 1.8rem; transition: all 0.5s;}
.nav ul li:hover > a,.nav ul li.active > a{ color:#fff}
.nav ul li .subnav{ position: absolute; left: -50%; top: 8rem; min-width: 200%; height:auto; max-height: 0; overflow: hidden; transition: all 0.5s; background:#fff;}
.nav ul li:hover .subnav{max-height: 100rem;}
.nav .subnav > a{ display: block; line-height: 3.6rem; padding: 1rem 3rem; color:#333; font-size: 1.6rem; border-left: 2px solid #eee; text-align: center; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 1;-webkit-box-orient: vertical; transition: all 0.5s; background: center;}
.nav .subnav > a:hover{ color: #da0000; border-left: 2px solid #da0000; background:url(../images/arrow-drop-right-line.png) no-repeat 95% center #fff;}
.nav > ul > li > a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 3px;
  background-color: #da0000;
  content: '';
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.nav > ul > li > a:hover::before {width: 100%;}

.telbox a{ display: block; height: 4rem; line-height: 4rem; font-size: 2rem; padding: 0 1rem; padding-left: 4rem; background: url(../images/tel.png) no-repeat 1rem center; background-size: 1.8rem; color: #fff;}
.header.hbbg .telbox a{ color: #333;}
/*移动端导航样式*/
.menu-handler{position: relative;z-index:1012;left:0;top:0;width:auto; width: 4rem; height:7rem; padding: 1.5rem 0; overflow:hidden;cursor:pointer;}
.menu-handler .icon-menu{ position: relative; width: 4rem; height: 4rem; background: #da0000;}
.menu-handler .burger{position:absolute;z-index:5;top:1rem;left:0.8rem;display:block;width:3rem;height:2px;margin:0;background:#fff;transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;-ms-transform-origin:center}
.menu-handler .burger-1{ width: 2.4rem;}
.menu-handler .burger-2{ width: 2.4rem; top:1.9rem}
.menu-handler .burger-3{ width: 2.4rem; left: auto; right: 0.8rem; top:2.8rem}
.menu-handler.active .burger-1{ width: 2.4rem; top:2rem;-webkit-transform:rotate(225deg);transform:rotate(225deg);}
.menu-handler.active .burger-2{opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;left:-100%}
.menu-handler.active .burger-3{width: 2.4rem; top:2rem;-webkit-transform:rotate(-225deg);transform:rotate(-225deg);}
.menuBlack{position:fixed;z-index:999;top:0;bottom:0;right:0;left:0;background:#fff;display:none}
.menuBox{position:fixed;width:100%;top:0;left:-100%;height:100%; z-index:1001;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none;background:url(../images/hbg.jpg) no-repeat center #fff; background-size: cover;}
.navMobile{margin-top:10rem;padding:3rem 0; display: flex; justify-content: center; flex-wrap: wrap;}
.navMobile dd{ width: 20%;}
.navMobile dd a{display:block;line-height:1;color:#333;font-weight:400;font-size:2.4rem;text-align:center;}
.navMobile dd{ border-right: 1px solid rgba(0,0,0,0.1);}
.navMobile dd:last-child p{ border-right:0;}
.navMobile dd p a.act{color:#da0000}
.navMobile dd a:hover{color: #da0000;}
.navMobile .mtnav{ margin-top: 3rem; max-height: 50rem; overflow-y: hidden;}
.navMobile .mtnav a{ line-height: 5rem; font-size:1.6rem}
.navMobile .mtnav a:hover{ color: #da0000;}
.menuBox .hfoot{ justify-content: flex-end; margin-top: 3rem;}
.menuBox .hfoot a{ display: block; padding: 0 3rem; font-size: 1.4rem; font-weight: bold; border-right: 1px solid rgba(0,0,0,.1);}
.menuBox .hfoot a:hover{ color: #da0000;}
@media (max-width:1199px){
	.navMobile{ margin-top: 8rem; display: block; border-top: 1px solid rgba(0,0,0,.1);}
    .navMobile dd{ width: 100%;}
    .navMobile dd a{ line-height: 8rem;}
    .navMobile .mtnav{display:none; margin-top: 0;}
    .menuBox .hfoot{ flex-wrap: wrap; margin-top: 5rem;}
    .menuBox .hfoot a{ width: 100%; font-size: 1.8rem; text-align: center;}
}
@media (max-width:767px){
    .header{ background: #222;}
    .header .logo img{ max-height: 5rem;}
    .header .search,.header .language{ min-width: 6rem;}
}
/*幻灯大图*/
.home{width:100%;height:auto; overflow:hidden;position:relative}
.home .swiper-container{width:100%;height:100%}
.home .swiper-slide{position:relative;background:#fff;overflow:hidden}
.home .swiper-slide-txt{ position: absolute; z-index: 1; left: 0; width: 100%; height: 100%;}
.home .swiper-slide-txt h1{ text-transform: uppercase; font-size: 5rem; line-height: 1; color: #fff; opacity: 0; transform: translateY(80px); transition: all 1s;}
.home .swiper-slide-txt p{ margin: 2rem 0; font-size: 1.8rem; line-height: 1.5; color: #fff; font-weight: normal; opacity: 0; transform: translateY(30px); transition: all 0.5s;}
.home .swiper-slide-txt a{ display: inline-block; position: relative; overflow: hidden; font-size: 1.2rem; padding: 1rem 3rem; color: #fff; background: #da0000;}

.home .swiper-slide-active .swiper-slide-txt h1 {opacity: 1; transform: translateY(0px);}
.home .swiper-slide-active .swiper-slide-txt p {opacity: 1; transform: translateY(0px);}
.home .swiper-slide .vbox{position:absolute;left:0;top:0;width:100%;height:100%}
.home .swiper-slide .vbox video{width: 100%; height: auto;}
.home .swiper-slide .vbg{ position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, .5);}
.home .swiper-slide .vidbg{position:relative;z-index:9}
.home .swiper-slide-img{ width: 100%; height: auto;}
.home .swiper-slide img{width:100%;height:auto;transition:1s ease 2s;transform:scale(1.1,1.1)}
.home .swiper-slide-active img,.home .swiper-slide-duplicate-active img{transition:5s ease;transform:scale(1,1)}
.home .swiper-pagination{ right:0; left: auto; bottom: 0; width: 10rem; height: 100%; border-left: 1px solid rgba(255,255,255,0.2); -webkit-flex-flow: column; flex-flow: column; justify-content: center;}
.home .swiper-pagination-bullet{width:1.2rem;height:1.2rem; border-radius: 1.2rem; opacity:1;background:rgba(255,255,255,.5);transition:all .5s}
.home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0.5rem;}
.home .swiper-pagination-bullet-active{ background:#da0000; height: 3rem;}
.home .swiper-button-next,.home .swiper-button-prev{ right: 2.85rem; left: auto; top: 50%; width:4rem ;height:4rem; border-radius: 4rem; border: 2px solid #fff; }
.home .swiper-button-next{ background: url(../images/r.png) no-repeat center;background-size: 2rem; margin-top: 6rem;}
.home .swiper-button-prev{ background: url(../images/l.png) no-repeat center;background-size: 2rem; margin-top: -10rem;}
.home .swiper-button-next:hover,.home .swiper-button-prev:hover{ background-color: #da0000; border-color: #da0000;}
.mouse_icon{ position: absolute; left: 50%; margin-left: -8rem; bottom: 10%; cursor:pointer; width: 16rem; padding: 1rem; height: auto;color: rgba(255, 255, 255, 1); text-align: center; z-index: 1005;}
.mouse_icon p{ text-transform:capitalize; font-size: 1.4rem; display: block; margin-bottom: 1rem; text-align: center;}
.mouse_icon .mouse{ width: 100%; height: auto; position: relative;}
.mouse_icon .mouse img{ -webkit-animation: upAnimate 2s ease infinite; width: 2.4rem;}
@-webkit-keyframes upAnimate{
    0%,100%{
        -webkit-transform: translateY(-4px);
    }
    50%{
        -webkit-transform: translateY(4px);
    }
}
.mouse_icon .icon{ width: 12px; margin: 0px auto;}
.mouse_icon .icon img{ -webkit-animation: upAnimate2 2s ease infinite;} 
@-webkit-keyframes upAnimate2{
    0%,100%{
        -webkit-transform: translateY(-1px);
    }
    50%{
        -webkit-transform: translateY(3px);
    }
}
@media (max-width:1199px){
    .home .swiper-slide-txt h1{ font-size: 2.4rem;}
    .home .swiper-slide-txt p{ font-size: 1.4rem;}
}
@media (max-width:767px){
    .home{ padding-top: 7rem;}
	.home .swiper-slide{ min-height: 40rem;}
    .home .swiper-slide-img{ position: relative; padding-bottom: 40rem;}
    .home .swiper-slide-img img{ position: absolute; display: block; width: 100%; height: 100%; object-fit: cover;}
    .home .swiper-slide-txt-box{ max-width: 80%;}
    .home .swiper-slide .vbox video{height: 100%; width: auto;}
}

/*底部*/
.footer{position: relative; width: 100%; height: auto; margin-top: 5rem; overflow: hidden; background: #222;}
.footer .lbox{ width: 50%; border-right: 1px solid #444; padding:5rem 5rem 5rem 0;}
.footer .lbox .msgbox{ padding: 3rem 0;}
.footer .lbox .msgbox h3{ line-height: 3; font-size: 1.8rem; color: #fff;}
.footer .lbox .msgbox input.phone{ width: 100%; background: #fff; border: 0; border-radius: 0; line-height: 5rem; padding:0 2rem; font-size: 1.6rem;}
.footer .lbox .msgbox input.btn{ min-width: 120px; line-height: 5rem; background: #da0000; color: #fff; text-align: center; font-size: 1.6rem; border: 0; border-radius: 0;}
.footer .lbox ul.fast-nav{ height: auto; overflow: hidden; margin: 5rem 0;}
.footer .lbox ul li h3{ padding-bottom: 2rem; font-size: 1.8rem;} 
.footer .lbox ul li h3 a{color: #fff;}
.footer .lbox ul li p a{ font-size: 1.4rem; color: #fff;}
.footer .lbox ul li p a:hover{ color: #fff;}
.footer .lbox .copyright{ padding-top: 5rem; font-size: 1.4rem; line-height: 2; color: #fff;}
.footer .lbox .copyright a{ color: #fff;}
.footer .lbox .copyright a:hover{ color: #fff;}
.footer .rbox{ width: 50%; padding:5rem 0 5rem 5rem;}
.footer .rbox h1{position: relative; margin: 5rem 0; padding-bottom: 1rem; color: #fff; border-bottom: 1px solid #444; font-size: 1.8rem;}
.footer .rbox h1::after{ content: ""; position: absolute; left: 0; bottom: -2px; width: 8rem; height: 3px; background: #da0000;}
.footer .rbox .contact p{ justify-content: flex-start;color: #fff;}
.footer .rbox .contact p span{ padding: 1rem; display: block;}
.footer .rbox .WeChat{ margin-top: 5rem; justify-content: flex-start;}
.footer .rbox .WeChat .item{ margin-right: 2rem;}
.footer .rbox .WeChat img{ max-width: 12rem;}
.footer .rbox .WeChat p{ padding-top: 1rem; line-height: 1.5; font-size: 1.4rem;color: #fff;}
.footer .container .flex{ align-items: stretch;}
@media (max-width:1199px){
    .footer .container .box{ flex-direction: column-reverse;}
    .footer .lbox,.footer .rbox{ width: 100%; padding:0 5rem; border:0}
}
@media (max-width:767px){
    .footer{ margin: 0;}
    .footer .lbox,.footer .rbox{ width: 100%; padding: 0; border: 0;}
    .footer .lbox .copyright{ padding: 3rem 0;}
    
}

/*首页*/
.wrapper{position: relative; width: 100%; height: auto; overflow: hidden; background: #fff;}

.tit{ position: relative; text-align: center; padding: 0;}
.tit h3{ display: block; width: auto; position: relative; padding-bottom: 3rem; margin-bottom: 2rem; font-size: 4rem; color: #222;}
.tit h3::after{content: ""; position: absolute; z-index: 1; left: 50%; margin-left: -2rem; bottom: 0; width: 4rem; height:0.5rem; background: #da0000; }
.tit P{ width: 100%; max-width: 1000px; margin: auto; font-size: 1.6rem; line-height: 2; }

@media screen and (max-width:767px){
    .tit h3{ font-size: 3rem;}
}
/*C*/
.moduleC{width: 100%; height: auto; padding: 5rem 0; margin: 5rem 0; overflow: hidden; background: url(../images/moduleC_bg.jpg) no-repeat bottom;}
.moduleC .box{ margin: 5rem 0;}
.moduleC .box ul{ margin-bottom: 5rem;}
.moduleC .box ul li{ width: 25%; flex-direction: column;}
.moduleC .box ul li h3{ margin: 1rem 0; font-size: 2rem;}
.moduleC .box ul li p{color: #666; font-size: 1.4rem;}
.moduleC .box .video_box{ width: 1000px; height: auto; margin: auto; overflow: hidden; border: 10px solid #fff; box-shadow: 0 0 3rem rgba(0,0,0,0.2);}
.moduleC .box .video_box .img-cover{ padding-bottom: 56.3%;}
@media screen and (max-width:1199px){ 
    .moduleC .box ul li{ width: 50%; margin-bottom: 3rem;}
    .moduleC .box .video_box{ width: 100%;}
}
@media screen and (max-width:767px){
    .moduleC{ background: none; margin-bottom: 0; padding-bottom: 0;}
    .moduleC .box .video_box{ border: 0;}
}
/*视频*/
.video{ position: relative; width: 100%; height: auto; overflow: hidden; }
.videolist { position:relative; width:100%; height:auto; margin: auto; background: #000; }
.videolist img{ opacity: 0.5;}
.videolist img.videoed{ opacity: 1;}
.videolist span{ font-size: 20px; display: inline-block; position: absolute; top: 50%; left: 50%;margin-top: 30px; margin-left: -60px; color: #fff;}
.videolist:hover{ cursor: pointer; }
.videoed { width:50px; height:50px; position: absolute; left:50%; top:50%; margin-left: -25px; margin-top: -25px; z-index:99; border-radius:100%; }
.videos{ display:none; position:absolute; left:0; top:0; z-index:100; width: 100%; height:100%; background: #000;}
.videos video{ height: 100%;}
.vclose{ position:absolute;right:0; top:0; border-radius:100%; cursor: pointer; }
/*A*/
.moduleA{ width: 100%; height: auto; padding:5rem 0; overflow: hidden;}
.moduleA .tit{ margin-bottom: 5rem;}
.moduleA ul li{ width: 100%; background: #eee;}
.moduleA ul li:nth-child(2n){ flex-direction: row-reverse;}
.moduleA ul li .img{ width: 50%; background: #000;}
.moduleA ul li .img-cover{ padding-bottom: 65%; opacity: 0.5; transition: all .5s;}
.moduleA ul li:hover .img-cover{ opacity: 0.8;}
.moduleA ul li .txt{ width: 50%; padding:0 5rem; flex-direction: column;}
.moduleA ul li .txt span{ display: block; font-size: 1.6rem; color: #666; text-transform:uppercase;}
.moduleA ul li .txt h3{ width: 100%; text-align: center; font-size: 3rem; margin: 1rem 0; padding-bottom: 2rem; border-bottom: 1px solid #ccc;}
.moduleA ul li .txt p{ width: 100%; margin: 2rem 0; text-align: center; -webkit-justify-content: center; justify-content: center;}
.moduleA ul li .txt p a{ background: #eee; color: #666; display: block; height: 3rem; line-height: 3rem; padding: 0 2rem; margin: 0.5rem; font-size: 1.4rem;}
.moduleA ul li .txt p a:hover{ background: #222; color: #fff;}
.moduleA ul li .txt a.more{ display: block; margin-top: 2rem; width: 12rem; height:4rem; line-height:4rem; text-align: center; background: #222; color: #fff; font-size: 1.4rem;}
.moduleA ul li:hover .txt a.more{ background: #da0000;}
.moduleA ul li:hover .txt h3{ color: #da0000;}
@media screen and (max-width:1199px){ 
    .moduleA ul li{ margin-bottom: 2rem;}
    .moduleA ul li .img{ width: 100%;}
    .moduleA ul li .txt{ width: 100%; padding: 3rem;}
    .moduleA ul li .txt a.more{ width: 100%; font-size: 1.8rem;}
    .moduleA ul li .txt p a{ font-size: 1.8rem;}
}
@media screen and (max-width:767px){

}
/*B*/
.moduleB{ width: 100%; height: auto; margin: 5rem 0; padding: 5rem 0; overflow: hidden; background: url(../images/moduleB_bg.jpg) no-repeat center; background-attachment: fixed; background-size: cover;}
.moduleB .tit{ margin-bottom: 5rem;}
.moduleB .tit h3{ color: #fff;}
.moduleB .box{ width: 100%;}
.moduleB .box ul{ justify-content: center; -webkit-align-items: stretch; align-items: stretch;}
.moduleB .box ul li{ position: relative; width:calc(25% - 2rem); padding: 3rem; margin: 1rem; text-align: center; background: rgba(0,0,0,0.5); cursor: pointer;}
.moduleB .box ul li img{ position: relative; z-index: 1; width: 8rem; height: 8rem; border-radius: 50%; border: 1px solid #fff; margin:2rem auto;}
.moduleB .box ul li h3{ position: relative; z-index: 1; height: 5rem; line-height: 5rem; color: #fff; font-size: 2rem;}
.moduleB .box ul li p{ position: relative; z-index: 1; color: #fff; font-size: 1.4rem;}
.moduleB .box ul li::after{ content: ""; position: absolute; z-index: 0; bottom: 0; left: 0; width: 100%; height: 0.5rem; background: #da0000; overflow: hidden; transition: all .5s ease-in-out;}
.moduleB .box ul li:hover::after{height: 100%;}
@media screen and (max-width:1199px){ 
    .moduleB .box ul li{ width:calc(33.333% - 2rem); }
}
@media screen and (max-width:767px){
    .moduleB .tit{ margin-bottom: 3rem;}
    .moduleB .box ul li{ width:calc(50% - 2rem); }
}

/*D*/
.moduleD{ width: 100%; height: auto; margin: 5rem 0; padding: 5rem 0; overflow: hidden;}
.moduleD .box{ -webkit-align-items: stretch; align-items: stretch;}
.moduleD .lbox{ width: calc(40% - 2rem);}
.moduleD .rbox{ width: calc(60% - 2rem);}
.moduleD .lbox a,.moduleD .rbox ul li a{ display: block; width: 100%; position: relative;}
.moduleD .lbox a{ height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat;}
.moduleD .rbox ul li{ width: calc(50% - 1rem);}
.moduleD .rbox ul li:nth-child(n+3){ margin-top: 2rem;}
.moduleD .img{ position: relative;}
.moduleD .txt{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; transition: all .5s ease-in-out; -webkit-flex-direction: column; -webkit-justify-content: center; flex-direction: column; justify-content: center;}
.moduleD .txt h3{ position: absolute; left: -100%; width: 100%; text-align: center; color: #fff; font-size: 2rem; transition: all .5s ease-in-out;}
.moduleD .txt p{  position: absolute; right: -100%; top: calc(50% + 1rem); width: 100%; text-align: center; color: #fff; transition: all .5s ease-in-out;}
.moduleD ul li a{ background: #000;}
.moduleD .txt:hover{ background: rgba(0, 0, 0, .5);}
.moduleD .txt:hover h3{ left: 0;}
.moduleD .txt:hover p{ right: 0;}
.moduleD ul li img{ opacity: 0.8;}
@media screen and (max-width:1199px){ 
    .moduleD .lbox{ width: 100%; margin-bottom: 2rem;}
    .moduleD .lbox a{ padding-bottom: 130%;}
    .moduleD .rbox{ width: 100%;}
}
/*G*/
.moduleE{ width: 100%; padding: 5rem 0; height: auto; overflow: hidden; background: url(../images/moduleE_bg.jpg) no-repeat center; background-size: cover; }
.moduleE .tit{ margin-bottom: 5rem;}
.moduleE .tit h3{ color: #fff;}
.moduleE .tit p{ color: #fff;}
.moduleE .box ul li{ width: 32%; border:5px solid #fff}
.moduleE .box ul li .img-cover{ padding-bottom: 50%;}
.moduleE .box ul li .txt{ padding: 1rem; background: rgba(255, 255, 255, 0.9);}
.moduleE .box ul li h3{font-size: 2rem;}
@media screen and (max-width:767px){ 
    .moduleE .box ul li{ width: 100%; margin-bottom: 2rem;} 
}
/*news*/
.moduleH{ width: 100%; height: auto; margin: 5rem 0; padding: 5rem 0; background: #fff;}
.moduleH .tit{ margin-bottom: 5rem;}
.moduleH-box{ width: 100%; height: auto;}
.moduleH-nav{ margin-bottom: 3rem;}
.moduleH-nav ul{ align-items: stretch;}
.moduleH-nav ul li:first-child{ width:calc(50% - 1rem);}
.moduleH-nav ul li:last-child{ width:calc(50% - 1rem);}
.moduleH-nav ul li a{ display: block; position: relative; height: 100%; background: #000;}
.moduleH-nav ul li .imgbox{ background-size: cover; background-position: center; background-repeat: no-repeat;opacity: 0.7;}
.moduleH-nav ul li:first-child .imgbox{ padding-bottom: 50%;}
.moduleH-nav ul li:last-child .imgbox{ padding-bottom: 50%;}
.moduleH-nav ul li .txtbox{ position: absolute; left: 0; bottom: 0; width: 100%; height:auto; padding: 1rem; background: rgba(0, 0, 0, 0); transition: all 0.5s;}
.moduleH-nav ul li:hover .txtbox{ background:rgba(218, 0, 0, .7);}
.moduleH-nav ul li .txtbox h3{ color: #fff; font-weight: normal; font-size: 1.2rem; line-height: 2;}
.moduleH-nav ul li .txtbox p{ color: #fff; font-weight: bold; font-size: 2rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.moduleH-list ul li{ position: relative; width: calc(33.33% - 2rem); background: #fff; border: 1px solid #ddd; padding: 3rem;}
.moduleH-list ul li a{ display: block; position: relative; z-index: 1;}
.moduleH-list ul li .date{ justify-content: flex-start; align-items: flex-end;}
.moduleH-list ul li .date span.m{ font-weight: bold; display: block; font-size: 3rem; line-height: 1; color: #333;}
.moduleH-list ul li .date span.d{ font-weight: bold; display: block; font-size: 2rem; line-height: 1;}
.moduleH-list ul li .date span.c{ position: absolute; right: -3rem; top: -3rem; display: block; margin-left: 1rem; line-height: 2; color: #333; font-size: 1.2rem; background: #ddd; padding: 0.5rem 1rem;}
.moduleH-list ul li h3{ margin: 1rem 0; line-height: 2; font-size: 1.8rem; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.moduleH-list ul li p{ font-size: 1.6rem; color: #666; text-align: justify; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.moduleH-list ul li:hover h3{ color: #da0000;}
.moduleH-list ul li:hover{ border-color: #da0000;}
.moduleH-list ul li:hover .date span.c{ background: #da0000; color: #fff;}
@media (max-width:1199px){
    .moduleH .moduleH-nav ul li{ width: 100%; margin-bottom: 1px;}
    .moduleH .moduleH-nav ul li .imgbox{ padding-bottom: 50%;}
    .moduleH-list ul li{ width: 100%; margin-bottom: 3rem;}
}
@media (max-width:767px){
    .moduleH .tit{ margin-bottom: 3rem;}
    .moduleH-list ul li{ margin-bottom: 1rem;}
    .moduleH .moduleH-nav ul li{ margin-bottom: 1rem;}
}

.m-kefu-btn{ position: fixed; z-index: 1000; bottom: 5rem; right: 2.5rem; width: 4rem; height: 4rem; border-radius: 50%; background:url(../images/kefubtn.png) no-repeat center #eee; background-size: 2.5rem; cursor: pointer; box-shadow: 0 0  3rem rgba(0, 0, 0, .3); transition: all 0.5s;}
.m-kefu-bg{ position: fixed; display: none; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); transition: all 0.5s;}
.m-kefu-box{ position: fixed; z-index: 1001; right: -100%; bottom: 9rem; width: 70%; max-width: 30rem; height: auto; padding: 2rem; border-radius: 1rem; background: #fff; box-shadow: 0 0 1rem rgba(0,0,0,.2); transition: all 0.5s;}
.m-kefu-box ul{ flex-direction: column; align-items: flex-start;}
.m-kefu-box ul li{ padding: 1rem 0;}
.m-kefu-box ul li p{ line-height: 2rem;}
.m-kefu-box ul li a{ display: flex; justify-content: flex-start; align-items: flex-start;}
.m-kefu-box ul li span{ display: block; width: 2rem;min-width: 2rem; height: 2rem;margin-right: 1rem;}
.m-kefu-box ul li span.kefu1{ background: url(../images/i04.png) no-repeat center; background-size: 2rem;}
.m-kefu-box ul li span.kefu2{ background: url(../images/i01.png) no-repeat center; background-size: 2rem;}
.m-kefu-box ul li span.kefu3{ background: url(../images/i03.png) no-repeat center; background-size: 2rem;}
.m-kefu-box ul li span.kefu4{ background: url(../images/i02.png) no-repeat center; background-size: 2rem;}
.return {
    position: fixed;
    z-index: 998;
    width: 4rem;
    height: 4rem;
    bottom: 10rem;
    right: 2.5rem;
    opacity: 0;
    background-color: #da0000;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-image: url(../images/fanhui.png);
    transition: all 0.5s;
  }
  .return.on{ opacity: 1;}

@media (max-width:767px){
    .return { background-size: 2rem;}
}
.moblie_btn{ position: fixed; bottom: 1rem; z-index: 999; width: 100%;}
.moblie_btn a{ display: block; color: #fff; width: 70%; margin: auto; height: 6rem; line-height: 6rem; border-radius:6rem; background: #da0000; text-align: center; font-size: 1.8rem;}